.header {
	width: 100%;
	height: 80px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 1s;
	max-height: 123px;
	display: flex;
	align-items: center;
}

.header .container-fluid {
	height: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* margin-top: 25px; */
}

.header .container-fluid>div {
	flex-wrap: nowrap;
}

.header .container-fluid .logo {
	width: 160px;
	height: 34px;
	margin-left: 92px;
}


.header .container-fluid .search {
	width: 160px;
	height: 34px;
	margin-right: 92px;
	cursor: pointer;
}

.header .container-fluid .search .search-box {
	width: 160px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header .container-fluid .search .search-box img:first-child {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.header .container-fluid .search .search-box img:nth-child(3) {
	width: 24px;
	height: 24px;
	margin: 0 20px 0 27px;
}

.header .container-fluid .nav {
	display: flex;
	width: 1190px;
	margin: 0 50px;
	height: 55px;
	align-items: center;
}



.header .container-fluid .nav .nav-item {
	max-width: 147px;
	flex: 1;
	height: 34px;
	padding: 0;
	cursor: pointer;
}

.header .container-fluid .nav .login{
	flex-shrink: 0;
	min-width: 72px;
}

.header .container-fluid .nav .nav-link {
	display: flex;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	padding: 0;
	height: 55px;
	line-height: 34px;
}

.header .container-fluid .nav .nav-link:hover {
	color: #0C74B9;
}


.header .container-fluid .nav .nav-link:hover .select {
	display: block;
}

.header .container-fluid .nav .nav-link:hover .no_select {
	display: none;
}

.header .container-fluid .nav .nav-link img {
	width: 7px;
	height: 5px;
	margin-left: 8px;
	margin-top: 15px;
}

.header .container-fluid .nav .nav-link .select {
	display: none;
}


/* 下拉框 */
.nav-item:hover .head_classfy {
	display: flex;
	background-color: rgba(246, 246, 246, 1);
}

.head_classfy {
	display: none;
	background-color: rgba(255, 255, 255, 0);
	max-height: 344px;
	position: absolute;
	top: 79px;
	box-sizing: content-box;
	width: 1190px;
	padding-left: 1000px;
	margin-left: -1000px;
	padding-right: 1500px;
	transition: 1s;
	margin-top: -2px;
}

.header:hover {
	background-color: #FFFFFF;
}

.header_hover {
	background-color: #FFFFFF;
}

/* .head_classfy::before{
	position: fixed;
	height: inherit;
	content: '';
	width: 100vw;
	background: red;
	left: 0;
} */


.head_classfy .classfy_area {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 344px;
	padding-bottom: 28px;
}

.head_classfy .classfy_area>div {
	width: 180px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: 19px;
	cursor: pointer;
}

.head_classfy .classfy_area>div:not(.title):hover {
	color: #0C74B9;
}

.head_classfy .classfy_area .title {
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 14px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #0C74B9;
}

.head_classfy .class_item {
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #333333;
	margin-right: 54px;
	text-decoration: none;
}

.head_classfy .class_item:hover {
	color: #0C74B9;
	border-bottom: 5px solid #0C74B9;
}

.topserachbox {
	width: 100%;
	height: 260px;
	background: rgba(0, 0, 0, .6);
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 80px;
	z-index: 1000;
}

.topserachbox:hover+.container-fluid {
	background: #FFFFFF !important;
}

.inptview {
	max-width: 840px;
	height: 48px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 16px;
	width: 80%;
}

.inpt {
	width: 100%;
	height: 48px;
	border: none;
	text-indent: 20px;
	border-radius: 10px;
	font-size: 14px;
}

.inpt::-webkit-input-placeholder {
	color: #ccc;
}

.inpt::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

.inpt:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

.inpt:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.inpt:focus {
	outline: none;
}

.inptview button {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 14px;
	right: 17px;
	padding: 0;
	border: none;
	outline: none;
	background: url(../images/search.png) no-repeat;
	/* background-size: 100% 100%; */
}

.historyserach {
	max-width: 840px;
	display: flex;
	justify-content: flex-start;
	width: 80%;
	flex-wrap: wrap;
}

.searchitem {
	padding: 0 16px;
	height: 32px;
	border-radius: 16px;
	line-height: 32px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
	margin-right: 13px;
	cursor: pointer;
	margin-bottom: 12px;
}


@media (min-width: 993px) {
	.nav_list {
		display: none;
	}

	.search-box div {
		display: none;
	}
}

@media (max-width: 992px) and (min-width:768px) {
	.header .container-fluid .logo {
		margin-left: 23px !important;
	}

	.header .container-fluid .search {
		margin-right: 23px !important;
	}

	.nav_list .nav_list_item:nth-child(1) {
		border-top: 1px solid #BFBFBF;
	}

	.nav_list .nav_list_item {
		height: 80px !important;
		line-height: 80px !important;
	}
	
	.nav_list img{
		width: 48px;
		height: 44px;
		position: fixed;
		left: 3rem;
		bottom: 3rem;
	}
}

@media (max-width: 992px) {
	.header .container-fluid .nav {
		display: none;
	}
}


@media (min-width: 993px) {
	.nav_list>img {
		display: none;
	}
}

@media (min-width: 769px) {
	.mobile_search_box {
		display: none;
	}

	.header .container-fluid .search {
		width: 200px;
	}

	.header .container-fluid .search .search-box {
		width: 200px;
	}

	.search-box div {
		width: 3.2rem;
		height: 2.5rem;
		margin-left: 1rem;
		opacity: 1;
		background-image: url(../images/index/nav_list_icon.png);
		background-size: 100% 100%;
	}

	.nav_list {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		z-index: 888;
		padding-top: 80px !important;
		border-top: 1px solid #BFBFBF;
	}

	.nav_list .nav_list_item {
		border-bottom: 1px solid #BFBFBF;
		height: 10rem !important;
		font-size: 3rem !important;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #404040;
		line-height: 10rem !important;
		padding-left: 3rem !important;
	}


}

@media (max-width: 768px) {
	.header {
		width: 100%;
		height: 16rem;
		background: #FFFFFF;
		border-radius: 0rem 0rem 0rem 0rem;
		opacity: 1;
		display: flex;
		align-items: center;
	}

	.header .container-fluid .logo {
		width: 18.67rem;
		height: 4rem;
		margin-left: 3.73rem;
	}

	.search-box div {
		width: 4rem;
		height: 3.47rem;
		opacity: 1;
		background-image: url(../images/index/nav_list_icon.png);
		background-size: 100% 100%;
	}

	.header .container-fluid .search .search-box .change,
	.header .container-fluid .search .search-box span {
		display: none;
	}

	.header .container-fluid .search .search-box img:nth-child(3) {
		width: 4rem;
		height: 4.13rem;
		opacity: 1;
		margin: 0 3.33rem 0 27px;
	}

	.header .container-fluid .search {
		margin-right: 3.47rem;

	}

	.topserachbox {
		display: none !important;
	}

	.swiper .swiper-wrapper .swiper-slide img {
		height: 100.4rem;
		object-fit: cover;
	}

	.mobile_search_box {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .9);
		z-index: 888;
		padding-top: 16rem;
		top: 0;
	}

	.mobile_search_box .search_input {
		width: 90rem;
		height: 12rem;
		background: #FFFFFF;
		margin-top: 42.67rem;
		margin-left: 5rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.mobile_search_box .search_input input {
		border: none;
		width: 74rem;
		height: 12rem;
		text-align: center;
		font-size: 4rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #B3B3B3;
		outline: none;
		color: #000000;
	}

	.mobile_search_box .search_input img {
		width: 4rem;
		height: 4.13rem;
		margin-right: 4rem;
	}

	.mobile_search_box .search_name_list {
		width: 90rem;
		display: flex;
		color: #FFFFFF;
		margin-left: 5rem;
		flex-wrap: wrap;
		padding-top: 5.6rem;
	}

	.mobile_search_box .search_name_list .name_item {
		padding: 2.3rem 3.2rem;
		box-sizing: content-box;

		height: 3.33rem;
		font-size: 3.47rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 3.33rem;
		border: 1px solid #FFFFFF;
		border-radius: 2rem;
		margin-right: 1.6rem;
		margin-bottom: 1.6rem;
	}

	.mobile_search_box>img {
		width: 21.33rem;
		height: 21.33rem;
		position: fixed;
		left: 39.3rem;
		margin-top: 44rem;
	}

}
